home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_ClearList gadutil.library/GU_ClearList
-
- NAME
- GU_ClearList -- Clear a listview gadget and deallocate all its nodes.
-
- SYNOPSIS
- GU_ClearList(gad, win, list)
- D0 A0 A1
-
- VOID GU_ClearList(struct Gadget *, struct Window *, struct List *);
-
- FUNCTION
- Clear a listview gadget and deallocate all nodes.
-
- INPUTS
- gad - Gadget To Change
- win - Window that the gadget is located in.
- list - List structure to deallocate nodes from.
-
- RESULT
- none
-
- BUGS
- none known
-
- SEE ALSO
- GU_AddTail(), GU_NewList(), GU_DetachList(), GU_AttachList()
- GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
-